home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12693 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: il.ft.hse.nl!not-for-mail
  2. From: robert@il.ft.hse.nl (robert)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Regular Expression Parser
  5. Date: 2 Apr 1996 10:14:21 +0200
  6. Organization: LSD...melts in your mind, not in your hand
  7. Message-ID: <4jqnkt$cma@charm.il.ft.hse.nl>
  8. References: <4jplp2$9io@srvr1.engin.umich.edu> <4jq636INN8hm@mayne.ugrad.cs.ubc.ca>
  9. NNTP-Posting-Host: charm.il.ft.hse.nl
  10.  
  11. c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku):
  12.  >No, never! The Linux and FreeBSD operating systems have regex code in their
  13.  >libraries which has been obtained from Microsoft under a strict non-disclosure
  14.  >agreement. The source code is, needless to say, unavailable.
  15.  
  16. Pardon?
  17. Read with me:
  18. This is a nearly-public-domain reimplementation of the V8 regexp(3) package.
  19. It gives C programs the ability to use egrep-style regular expressions, and
  20. does it in a much cleaner fashion than the analogous routines in SysV.
  21.  
  22. This is an excerpt from the README of the regexp-lib which comes with
  23. FreeBSD (src/lib/libcompat/regexp/).
  24.  
  25.                                                                 robert 
  26.